home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacTCPToolBx / TCP XCMD Docs / background_3170.txt < prev    next >
Text File  |  1989-06-01  |  4KB  |  180 lines

  1. -- background: 3170 from stack: in
  2. -- bmap block id: 3376
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on newCard
  8.   put "Command:" into field "type"
  9. end newCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=126 top=19 right=38 bottom=495
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 2
  21. -- text size: 12
  22. -- style flags: 256
  23. -- line height: 16
  24. -- part name: command
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=126 top=42 right=61 bottom=495
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 2
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39.  
  40.  
  41. -- part 3 (field)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=20 top=81 right=140 bottom=165
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 65535
  48. -- font id: 2
  49. -- text size: 10
  50. -- style flags: 256
  51. -- line height: 13
  52. -- part name: 
  53.  
  54.  
  55. -- part 7 (field)
  56. -- low flags: 00
  57. -- high flags: 0000
  58. -- rect: left=164 top=81 right=140 bottom=495
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 2
  63. -- text size: 10
  64. -- style flags: 0
  65. -- line height: 13
  66. -- part name: 
  67.  
  68.  
  69. -- part 4 (field)
  70. -- low flags: 00
  71. -- high flags: 2007
  72. -- rect: left=121 top=143 right=337 bottom=495
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 0
  76. -- font id: 2
  77. -- text size: 10
  78. -- style flags: 0
  79. -- line height: 13
  80. -- part name: 
  81.  
  82.  
  83. -- part 5 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=19 top=248 right=282 bottom=55
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 902 / 902
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: 
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   visual effect wipe right
  98.   go to previous card
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=58 top=248 right=282 bottom=94
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 26425 / 26425
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   visual effect wipe left
  118.   go to next card
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 8 (button)
  124. -- low flags: 00
  125. -- high flags: 0000
  126. -- rect: left=58 top=289 right=323 bottom=94
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 29114 / 29114
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: 
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   visual effect zoom close
  138.   pop card
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 9 (field)
  144. -- low flags: 01
  145. -- high flags: 0000
  146. -- rect: left=15 top=17 right=37 bottom=125
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 0
  150. -- font id: 2
  151. -- text size: 14
  152. -- style flags: 256
  153. -- line height: 18
  154. -- part name: type
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   if field "type" is "Command:" then put "Function:" into field "type"
  158.   else put "Command:" into field "type"
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part 10 (button)
  164. -- low flags: 00
  165. -- high flags: 0000
  166. -- rect: left=20 top=289 right=323 bottom=56
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 32670 / 32670
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: 
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   show all cards
  178. end mouseUp
  179.  
  180.